home *** CD-ROM | disk | FTP | other *** search
/ Champak 66 / Vol 66.iso / games / apple_gi.swf / scripts / DefineSprite_236 / frame_1 / DoAction.as
Text File  |  2013-04-24  |  262b  |  11 lines

  1. this.onEnterFrame = function()
  2. {
  3.    var _loc3_ = _parent.getBytesLoaded() / _parent.getBytesTotal();
  4.    loading_mc.bar_mc._width = Math.round(236 * _loc3_);
  5.    if(_loc3_ == 1)
  6.    {
  7.       _parent.loadDone = true;
  8.       delete this.onEnterFrame;
  9.    }
  10. };
  11.